Task-Based Help > Setting Content in the Content Area > Showing External Content in the Content Area |
In C1Dialog, you can show external URL content in the Dialog Content Area. You can have the content from another Web page within your project or the content from a URL outside your project display in the dialog content area.
Complete these steps to display URL content in the Content Area:
In Design View
Complete the following steps:
In Source View
Complete these steps to set a ContentURL in Source View:
<cc1:C1Dialog>
tag:
To write code in Source View
The markup in the <cc1:C1Dialog>
tags should resemble the following:
To write code in Source View
In Code
Add the following code to the Page_Load event to set the ContentUrl property to display external content in theC1Dialog Control.
To write code in Visual Basic
To write code in C#